Home
last modified time | relevance | path

Searched refs:ENOTEMPTY (Results 1 – 64 of 64) sorted by relevance

/linux-4.4.14/net/9p/
Derror.c95 {"Directory not empty", ENOTEMPTY},
143 {"directory is not empty", ENOTEMPTY},
/linux-4.4.14/fs/afs/
Dmisc.c66 case 0x2f6df26: return -ENOTEMPTY; in afs_abort_to_error()
/linux-4.4.14/include/uapi/asm-generic/
Derrno.h19 #define ENOTEMPTY 39 /* Directory not empty */ macro
/linux-4.4.14/include/xen/interface/io/
Dxs_wire.h56 XSD_ERROR(ENOTEMPTY),
/linux-4.4.14/arch/mips/include/uapi/asm/
Derrno.h67 #define ENOTEMPTY 93 /* Directory not empty */ macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Derrno.h39 #define ENOTEMPTY 66 /* Directory not empty */ macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Derrno.h42 #define ENOTEMPTY 66 /* Directory not empty */ macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Derrno.h110 #define ENOTEMPTY 247 /* Directory not empty */ macro
/linux-4.4.14/fs/minix/
Dnamei.c175 int err = -ENOTEMPTY; in minix_rmdir()
213 err = -ENOTEMPTY; in minix_rename()
/linux-4.4.14/fs/sysv/
Dnamei.c191 int err = -ENOTEMPTY; in sysv_rmdir()
234 err = -ENOTEMPTY; in sysv_rename()
/linux-4.4.14/fs/exofs/
Dnamei.c215 int err = -ENOTEMPTY; in exofs_rmdir()
254 err = -ENOTEMPTY; in exofs_rename()
/linux-4.4.14/fs/ufs/
Dnamei.c233 int err= -ENOTEMPTY; in ufs_rmdir()
272 err = -ENOTEMPTY; in ufs_rename()
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c82 [ENOTEMPTY] = LUSTRE_ENOTEMPTY,
228 [LUSTRE_ENOTEMPTY] = ENOTEMPTY,
/linux-4.4.14/fs/ext2/
Dnamei.c316 int err = -ENOTEMPTY; in ext2_rmdir()
365 err = -ENOTEMPTY; in ext2_rename()
/linux-4.4.14/net/netfilter/ipset/
Dip_set_hash_net.c66 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net4_do_data_match()
232 return elem->nomatch ? -ENOTEMPTY : 1; in hash_net6_do_data_match()
Dip_set_hash_netnet.c70 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet4_do_data_match()
301 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netnet6_do_data_match()
Dip_set_hash_netport.c78 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport4_do_data_match()
290 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netport6_do_data_match()
Dip_set_hash_netiface.c84 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface4_do_data_match()
310 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netiface6_do_data_match()
Dip_set_hash_ipportnet.c81 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet4_do_data_match()
330 return elem->nomatch ? -ENOTEMPTY : 1; in hash_ipportnet6_do_data_match()
Dip_set_hash_netportnet.c77 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netportnet4_do_data_match()
352 return elem->nomatch ? -ENOTEMPTY : 1; in hash_netportnet6_do_data_match()
Dip_set_core.c549 (ret > 0 || ret == -ENOTEMPTY)) in ip_set_test()
/linux-4.4.14/fs/f2fs/
Dcrypto_policy.c100 return -ENOTEMPTY; in f2fs_process_policy()
Dnamei.c474 return -ENOTEMPTY; in f2fs_rmdir()
628 err = -ENOTEMPTY; in f2fs_rename()
/linux-4.4.14/fs/ext4/
Dcrypto_policy.c112 return -ENOTEMPTY; in ext4_process_policy()
Dnamei.c2937 retval = -ENOTEMPTY; in ext4_rmdir()
3569 retval = -ENOTEMPTY; in ext4_rename()
/linux-4.4.14/fs/nilfs2/
Dnamei.c336 err = -ENOTEMPTY; in nilfs_rmdir()
387 err = -ENOTEMPTY; in nilfs_rename()
/linux-4.4.14/fs/hfs/
Ddir.c260 return -ENOTEMPTY; in hfs_remove()
/linux-4.4.14/fs/logfs/
Ddir.c277 return -ENOTEMPTY; in logfs_rmdir()
672 return -ENOTEMPTY; in logfs_rename_target()
/linux-4.4.14/fs/jffs2/
Ddir.c596 return -ENOTEMPTY; in jffs2_rmdir()
780 return -ENOTEMPTY; in jffs2_rename()
/linux-4.4.14/fs/
Dlibfs.c314 return -ENOTEMPTY; in simple_rmdir()
330 return -ENOTEMPTY; in simple_rename()
Dnamei.c3716 error = -ENOTEMPTY; in do_rmdir()
4415 error = -ENOTEMPTY; in SYSCALL_DEFINE5()
/linux-4.4.14/fs/omfs/
Ddir.c246 return -ENOTEMPTY; in omfs_remove()
/linux-4.4.14/include/linux/netfilter/ipset/
Dip_set.h454 (ret > 0 || ret == -ENOTEMPTY); in ip_set_enomatch()
/linux-4.4.14/fs/affs/
Damigaffs.c242 retval = -ENOTEMPTY; in affs_empty_dir()
/linux-4.4.14/fs/jfs/
Dnamei.c371 rc = -ENOTEMPTY; in jfs_rmdir()
1147 rc = -ENOTEMPTY; in jfs_rename()
/linux-4.4.14/drivers/net/bonding/
Dbond_options.c576 return -ENOTEMPTY; in bond_opt_check_deps()
628 case -ENOTEMPTY: in bond_opt_error_interpret()
/linux-4.4.14/fs/overlayfs/
Dreaddir.c549 err = -ENOTEMPTY; in ovl_check_empty_dir()
/linux-4.4.14/Documentation/filesystems/
Ddirectory-locking35 fail with -ENOTEMPTY
/linux-4.4.14/fs/hfsplus/
Ddir.c417 return -ENOTEMPTY; in hfsplus_rmdir()
/linux-4.4.14/fs/reiserfs/
Dnamei.c949 retval = -ENOTEMPTY; in reiserfs_rmdir()
1378 return -ENOTEMPTY; in reiserfs_rename()
/linux-4.4.14/fs/udf/
Dnamei.c825 retval = -ENOTEMPTY; in udf_rmdir()
1126 retval = -ENOTEMPTY; in udf_rename()
/linux-4.4.14/fs/ocfs2/
Dnamei.c948 status = -ENOTEMPTY; in ocfs2_unlink()
1044 if (status && (status != -ENOTEMPTY) && (status != -ENOENT)) in ocfs2_unlink()
1498 status = -ENOTEMPTY; in ocfs2_rename()
/linux-4.4.14/fs/autofs4/
Droot.c707 return -ENOTEMPTY; in autofs4_dir_rmdir()
/linux-4.4.14/fs/nfsd/
Dnfsproc.c782 { nfserr_notempty, -ENOTEMPTY }, in nfserrno()
Dnfs4callback.c189 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
Dvfs.c1654 host_err = -ENOTEMPTY; in nfsd_rename()
/linux-4.4.14/fs/hpfs/
Dnamei.c448 err = -ENOTEMPTY; in hpfs_rmdir()
/linux-4.4.14/fs/nfs/
Dnfs2xdr.c1081 { NFSERR_NOTEMPTY, -ENOTEMPTY },
Dnfs4trace.h30 { -ENOTEMPTY, "ENOTEMPTY" }, \
Dnfs3xdr.c2457 { NFSERR_NOTEMPTY, -ENOTEMPTY },
Dnfs4xdr.c7395 { NFS4ERR_NOTEMPTY, -ENOTEMPTY },
/linux-4.4.14/fs/gfs2/
Dinode.c1129 error = -ENOTEMPTY; in gfs2_unlink()
1449 error = -ENOTEMPTY; in gfs2_rename()
/linux-4.4.14/fs/ubifs/
Ddir.c642 err = -ENOTEMPTY; in check_dir_empty()
/linux-4.4.14/fs/ecryptfs/
Dinode.c628 rc = -ENOTEMPTY; in ecryptfs_rename()
/linux-4.4.14/fs/cifs/
Dnetmisc.c74 {ERRdirnotempty, -ENOTEMPTY},
Dsmb2maperror.c573 {STATUS_DIRECTORY_NOT_EMPTY, -ENOTEMPTY, "STATUS_DIRECTORY_NOT_EMPTY"},
/linux-4.4.14/fs/xfs/
Dxfs_inode.c2579 error = -ENOTEMPTY; in xfs_remove()
2583 error = -ENOTEMPTY; in xfs_remove()
/linux-4.4.14/fs/ncpfs/
Ddir.c1043 error = -ENOTEMPTY; in ncp_rmdir()
/linux-4.4.14/fs/configfs/
Ddir.c528 ret = -ENOTEMPTY; in configfs_detach_prep()
/linux-4.4.14/fs/fat/
Ddir.c920 result = -ENOTEMPTY; in fat_dir_empty()
/linux-4.4.14/mm/
Dshmem.c2332 return -ENOTEMPTY; in shmem_rmdir()
2405 return -ENOTEMPTY; in shmem_rename2()
/linux-4.4.14/fs/fuse/
Ddir.c977 err = -ENOTEMPTY; in fuse_reverse_inval_entry()
/linux-4.4.14/fs/btrfs/
Dinode.c4175 return -ENOTEMPTY; in btrfs_rmdir()
9271 return -ENOTEMPTY; in btrfs_rename()
9275 return -ENOTEMPTY; in btrfs_rename()
Dioctl.c1905 ret = -ENOTEMPTY; in may_destroy_subvol()