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()
510 *ui = t; in __sbi_store()
522 if (t == *ui) in __sbi_store()
524 *ui = t; in __sbi_store()
533 if (t == *ui) in __sbi_store()
535 *ui = t; in __sbi_store()
544 *ui = t; in __sbi_store()
551 *ui = t; in __sbi_store()
558 *ui = t; in __sbi_store()
667 *ui = t; in __sbi_store()
674 *ui = t; in __sbi_store()
768 if (t == *ui) in __sbi_store()
770 *ui = (unsigned int)t; in __sbi_store()
777 if (t == *ui) in __sbi_store()
779 *ui = (unsigned int)t; in __sbi_store()
786 if (t == *ui) in __sbi_store()
788 *ui = (unsigned int)t; in __sbi_store()
809 *ui = (unsigned int)t; in __sbi_store()