Searched refs:xtype (Results 1 – 3 of 3) sorted by relevance
/fs/cachefiles/ |
D | xattr.c | 28 char type[3], xtype[3]; in cachefiles_check_object_type() local 57 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 72 if (xtype[0] != type[0] || xtype[1] != type[1]) in cachefiles_check_object_type() 88 xtype[2] = 0; in cachefiles_check_object_type() 91 xtype, type); in cachefiles_check_object_type()
|
/fs/jfs/ |
D | jfs_xtree.h | 108 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_xtree.c | 2548 int xtype) in xtRelocate() argument 2570 xtype = xtype & EXTENT_TYPE; in xtRelocate() 2582 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() 2588 if (xtype == DATAEXT) { in xtRelocate() 2632 if (xtype == DATAEXT) { in xtRelocate() 2813 if (xtype == DATAEXT) in xtRelocate()
|