Lines Matching full:ui
319 unsigned int *ui; in f2fs_sbi_show() local
399 ui = (unsigned int *)(ptr + a->offset); in f2fs_sbi_show()
401 return sysfs_emit(buf, "%u\n", *ui); in f2fs_sbi_show()
410 unsigned int *ui; in __sbi_store() local
484 ui = (unsigned int *)(ptr + a->offset); in __sbi_store()
508 *ui = t; in __sbi_store()
520 if (t == *ui) in __sbi_store()
522 *ui = t; in __sbi_store()
531 if (t == *ui) in __sbi_store()
533 *ui = t; in __sbi_store()
542 *ui = t; in __sbi_store()
549 *ui = t; in __sbi_store()
556 *ui = t; in __sbi_store()
665 *ui = t; in __sbi_store()
672 *ui = t; in __sbi_store()
766 if (t == *ui) in __sbi_store()
768 *ui = (unsigned int)t; in __sbi_store()
775 if (t == *ui) in __sbi_store()
777 *ui = (unsigned int)t; in __sbi_store()
784 if (t == *ui) in __sbi_store()
786 *ui = (unsigned int)t; in __sbi_store()
793 *ui = (unsigned int)t; in __sbi_store()
814 *ui = (unsigned int)t; in __sbi_store()