Searched refs:xtype (Results 1 – 4 of 4) sorted by relevance
/fs/cachefiles/ |
D | xattr.c | 32 char type[3], xtype[3]; in cachefiles_check_object_type() local 62 ret = vfs_getxattr(dentry, cachefiles_xattr_cache, xtype, 3); in cachefiles_check_object_type() 78 if (xtype[0] != type[0] || xtype[1] != type[1]) in cachefiles_check_object_type() 94 xtype[2] = 0; in cachefiles_check_object_type() 98 xtype, type); in cachefiles_check_object_type()
|
/fs/gfs2/ |
D | acl.c | 200 void *buffer, size_t size, int xtype) in gfs2_xattr_system_get() argument 229 int xtype) in gfs2_xattr_system_set() argument
|
/fs/jfs/ |
D | jfs_xtree.h | 128 xad_t * oxad, s64 nxaddr, int xtype);
|
D | jfs_xtree.c | 2562 int xtype) in xtRelocate() argument 2584 xtype = xtype & EXTENT_TYPE; in xtRelocate() 2596 xtype, (ulong) xoff, xlen, (ulong) oxaddr, (ulong) nxaddr); in xtRelocate() 2602 if (xtype == DATAEXT) { in xtRelocate() 2646 if (xtype == DATAEXT) { in xtRelocate() 2827 if (xtype == DATAEXT) in xtRelocate()
|