Searched refs:removexattr (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/fs/ |
D | xattr.c | 293 removexattr(struct dentry *d, char *name) in removexattr() function 305 if (d->d_inode->i_op && d->d_inode->i_op->removexattr) { in removexattr() 308 error = d->d_inode->i_op->removexattr(d, kname); in removexattr() 324 error = removexattr(nd.dentry, name); in sys_removexattr() 338 error = removexattr(nd.dentry, name); in sys_lremovexattr() 352 error = removexattr(f->f_dentry, name); in sys_fremovexattr()
|
/linux-2.4.37.9/fs/jfs/ |
D | symlink.c | 41 .removexattr = jfs_removexattr,
|
D | file.c | 104 .removexattr = jfs_removexattr,
|
D | namei.c | 1417 .removexattr = jfs_removexattr,
|
/linux-2.4.37.9/fs/xfs/linux-2.4/ |
D | xfs_iops.c | 658 .removexattr = linvfs_removexattr, 677 .removexattr = linvfs_removexattr, 689 .removexattr = linvfs_removexattr,
|
/linux-2.4.37.9/Documentation/filesystems/ |
D | Locking | 51 int (*removexattr) (struct dentry *, const char *); 74 removexattr: yes yes no
|
/linux-2.4.37.9/include/linux/ |
D | fs.h | 905 int (*removexattr) (struct dentry *, const char *); member
|