Searched refs:EDQUOT (Results 26 - 50 of 54) sorted by relevance

123

/linux-master/fs/ceph/
H A Ddir.c929 err = -EDQUOT;
1040 err = -EDQUOT;
1126 err = -EDQUOT;
H A Dfile.c782 return -EDQUOT;
2328 err = -EDQUOT;
2763 return -EDQUOT;
H A Dinode.c2824 return -EDQUOT;
/linux-master/fs/nfs/
H A Dnfs2xdr.c1085 { NFSERR_DQUOT, -EDQUOT },
H A Dfile.c702 case -EDQUOT:
H A Dinternal.h881 case -EDQUOT:
H A Dnfs3xdr.c2471 { NFSERR_DQUOT, -EDQUOT },
/linux-master/fs/jfs/
H A Dxattr.c510 return -EDQUOT;
/linux-master/fs/xfs/
H A Dxfs_reflink.c1195 if (error == -EDQUOT || error == -ENOSPC) {
H A Dxfs_file.c799 if (ret == -EDQUOT && !cleared_space) {
H A Dxfs_iomap.c1139 case -EDQUOT:
H A Dxfs_inode.c2634 * Ignore EDQUOT and ENOSPC being returned via nospace_error because
3083 if (error == -EDQUOT || error == -ENOSPC) {
/linux-master/drivers/hv/
H A Dchannel.c515 ret = -EDQUOT;
/linux-master/fs/netfs/
H A Dbuffered_write.c740 case -EDQUOT:
/linux-master/fs/smb/client/
H A Dnetmisc.c66 {ErrQuota, -EDQUOT},
/linux-master/security/keys/
H A Dkeyctl.c1061 ret = -EDQUOT;
/linux-master/fs/nfsd/
H A Dnfs4callback.c184 { NFS4ERR_DQUOT, -EDQUOT },
H A Dvfs.c86 { nfserr_dquot, -EDQUOT },
/linux-master/fs/btrfs/
H A Dqgroup.c3499 ret = -EDQUOT;
4172 if (ret <= 0 && ret != -EDQUOT)
4392 if ((ret <= 0 && ret != -EDQUOT) || noflush)
H A Dinode.c6083 if (ret == -ENOSPC || ret == -EDQUOT) {
7410 if (nowait && (ret == -ENOSPC || ret == -EDQUOT))
/linux-master/fs/gfs2/
H A Dquota.c1233 * -EDQUOT otherwise, quota violation. ap->allowed is set to number
1268 * min_target, return -EDQUOT */
1277 error = -EDQUOT;
/linux-master/fs/reiserfs/
H A Dinode.c777 retval = -EDQUOT;
874 * retval == -ENOSPC, -EDQUOT or -EIO
/linux-master/drivers/net/ieee802154/
H A Dca8210.c562 return -EDQUOT;
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dcmd.c1788 err == -EDQUOT)
H A Dresource_tracker.c314 int err = -EDQUOT;

Completed in 359 milliseconds

123