Searched refs:do_verify_xattr_datum (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/fs/jffs2/ |
H A D | xattr.c | 41 * do_verify_xattr_datum(c, xd) 50 * The meanings of return value is same as do_verify_xattr_datum(). 52 * is used to be as a wrapper of do_verify_xattr_datum() and do_load_xattr_datum(). 53 * If xd need to call do_verify_xattr_datum() at first, it's called before calling 54 * do_load_xattr_datum(). The meanings of return value is same as do_verify_xattr_datum(). 132 static int do_verify_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in do_verify_xattr_datum() function 278 rc = do_verify_xattr_datum(c, xd); in load_xattr_datum() 1218 * is used to call do_verify_xattr_datum() before garbage collecting. 1304 rc = do_verify_xattr_datum(c, xd); in jffs2_verify_xattr()
|
/kernel/linux/linux-6.6/fs/jffs2/ |
H A D | xattr.c | 41 * do_verify_xattr_datum(c, xd) 50 * The meanings of return value is same as do_verify_xattr_datum(). 52 * is used to be as a wrapper of do_verify_xattr_datum() and do_load_xattr_datum(). 53 * If xd need to call do_verify_xattr_datum() at first, it's called before calling 54 * do_load_xattr_datum(). The meanings of return value is same as do_verify_xattr_datum(). 132 static int do_verify_xattr_datum(struct jffs2_sb_info *c, struct jffs2_xattr_datum *xd) in do_verify_xattr_datum() function 278 rc = do_verify_xattr_datum(c, xd); in load_xattr_datum() 1217 * is used to call do_verify_xattr_datum() before garbage collecting. 1303 rc = do_verify_xattr_datum(c, xd); in jffs2_verify_xattr()
|
Completed in 4 milliseconds