Home
last modified time | relevance | path

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

/linux-2.6.39/arch/sh/drivers/dma/
Ddma-sysfs.c138 ret |= sysdev_create_file(dev, &attr_flags); in dma_create_sysfs_files()
158 sysdev_remove_file(dev, &attr_flags); in dma_remove_sysfs_files()
/linux-2.6.39/fs/xfs/
Dxfs_vnodeops.c2227 int attr_flags) in xfs_alloc_file_space() argument
2493 int attr_flags) in xfs_free_file_space() argument
2528 if (attr_flags & XFS_ATTR_NOLOCK) in xfs_free_file_space()
2693 int attr_flags) in xfs_change_file_space() argument
2757 prealloc_type, attr_flags); in xfs_change_file_space()
2766 attr_flags))) in xfs_change_file_space()
2776 startoffset - fsize, 0, attr_flags); in xfs_change_file_space()
2784 error = xfs_setattr(ip, &iattr, attr_flags); in xfs_change_file_space()
2813 if ((attr_flags & XFS_ATTR_DMI) == 0) { in xfs_change_file_space()
2834 if (attr_flags & XFS_ATTR_SYNC) in xfs_change_file_space()
Dxfs_vnodeops.h40 xfs_flock64_t *bf, xfs_off_t offset, int attr_flags);
/linux-2.6.39/fs/xfs/linux-2.6/
Dxfs_ioctl.c605 int attr_flags = 0; in xfs_ioc_space() local
626 attr_flags |= XFS_ATTR_NONBLOCK; in xfs_ioc_space()
629 attr_flags |= XFS_ATTR_SYNC; in xfs_ioc_space()
632 attr_flags |= XFS_ATTR_DMI; in xfs_ioc_space()
634 error = xfs_change_file_space(ip, cmd, bf, filp->f_pos, attr_flags); in xfs_ioc_space()
Dxfs_file.c899 int attr_flags = XFS_ATTR_NOLOCK; in xfs_file_fallocate() local
923 attr_flags |= XFS_ATTR_SYNC; in xfs_file_fallocate()
925 error = -xfs_change_file_space(ip, cmd, &bf, 0, attr_flags); in xfs_file_fallocate()