Home
last modified time | relevance | path

Searched refs:removexattr (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/fs/
Dxattr.c293 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/
Dsymlink.c41 .removexattr = jfs_removexattr,
Dfile.c104 .removexattr = jfs_removexattr,
Dnamei.c1417 .removexattr = jfs_removexattr,
/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_iops.c658 .removexattr = linvfs_removexattr,
677 .removexattr = linvfs_removexattr,
689 .removexattr = linvfs_removexattr,
/linux-2.4.37.9/Documentation/filesystems/
DLocking51 int (*removexattr) (struct dentry *, const char *);
74 removexattr: yes yes no
/linux-2.4.37.9/include/linux/
Dfs.h905 int (*removexattr) (struct dentry *, const char *); member