Home
last modified time | relevance | path

Searched refs:attr_flags (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/fs/xfs/linux-2.4/
Dxfs_ioctl.c894 int attr_flags = 0; in xfs_ioc_space() local
910 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_space()
912 attr_flags |= ATTR_DMI; in xfs_ioc_space()
915 NULL, attr_flags); in xfs_ioc_space()
1090 int attr_flags; in xfs_ioc_xattr() local
1113 attr_flags = 0; in xfs_ioc_xattr()
1115 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
1121 VOP_SETATTR(vp, &va, attr_flags, NULL, error); in xfs_ioc_xattr()
1158 attr_flags = 0; in xfs_ioc_xattr()
1160 attr_flags |= ATTR_NONBLOCK; in xfs_ioc_xattr()
[all …]
/linux-2.4.37.9/fs/xfs/
Dxfs_vnodeops.c4034 int attr_flags) in xfs_alloc_file_space() argument
4089 (attr_flags&ATTR_DMI) == 0 && in xfs_alloc_file_space()
4197 if (error == ENOSPC && (attr_flags&ATTR_DMI) == 0 && in xfs_alloc_file_space()
4303 int attr_flags) in xfs_free_file_space() argument
4323 int need_iolock = (attr_flags & ATTR_DMI) == 0; in xfs_free_file_space()
4340 (attr_flags & ATTR_DMI) == 0 && in xfs_free_file_space()
4346 AT_DELAY_FLAG(attr_flags), NULL); in xfs_free_file_space()
4507 int attr_flags) in xfs_change_file_space() argument
4585 1, attr_flags); in xfs_change_file_space()
4594 attr_flags))) in xfs_change_file_space()
[all …]